home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / HDS 3.02 / HDS / hdslink.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-19  |  433 b   |  11 lines  |  [TEXT/MPS ]

  1. /*
  2.     Datei:    hdslink.h                                                      
  3.     Zweck:    Prototypen der Datei hdslink.c                                 
  4.             MkProto, Generator für Prototypen und andere
  5.             Moduldefinitionen aus einer Implementierungsdatei (.c). */
  6.  
  7. extern void hdsclink (long rec1, long rec2);
  8. extern int hdselink (HDS_func func, HDS_func errfunc);
  9. extern void hdsdlink (long rec1, long rec2);
  10. extern void hdscleanl (void);
  11.